local-CVE-2023-6780
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 6 Feb 2024 22:41:45 +0000 (22:41 +0000)
committerRaspbian forward porter <root@raspbian.org>
Tue, 6 Feb 2024 22:41:45 +0000 (22:41 +0000)
commitca8572c1897f8c2426eecc71ceac99cdfbda34ff
tree74ef7d509935b1aa1db92fa64afd133d6aa36a38
parente1d634298b33f68414b401d48e3ac176084b9d4c
local-CVE-2023-6780

syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)

__vsyslog_internal calculated a buffer size by adding two integers, but
did not first check if the addition would overflow.  This commit fixes
that.

Gbp-Pq: Topic any
Gbp-Pq: Name local-CVE-2023-6780.patch
misc/syslog.c